home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 … to May: Technology Seed / April-May ADC Seed.toast / FireWire 1.1 DR2 SDK / Source / OpenTransport / FWOTDriver / OTVDevice.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-15  |  828 b   |  50 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        OTVDevice.h
  3.  
  4.     Contains:    Definitions for Open Transport networking virtual device.
  5.  
  6.     Written by:    Erik Staats
  7.  
  8.     Copyright:    © 1996 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.        <FW3>     6/20/96    ES        Made this look more like a .i generated interface.
  13.        <FW2>     3/12/96    ES        Fill in contains and written by fields.
  14.        <FW1>     3/12/96    ES        first checked in
  15.  
  16. */
  17.  
  18. #ifndef __OTVDevice__
  19. #define __OTVDevice__
  20.  
  21. #ifndef __TYPES__
  22. #include <Types.h>
  23. #endif
  24.  
  25. #ifdef __cplusplus
  26. extern "C" {
  27. #endif
  28.  
  29. #if PRAGMA_IMPORT_SUPPORTED
  30. #pragma import on
  31. #endif
  32.  
  33. #if PRAGMA_ALIGN_SUPPORTED
  34. #pragma options align=mac68k
  35. #endif
  36.  
  37. #if PRAGMA_ALIGN_SUPPORTED
  38. #pragma options align=reset
  39. #endif
  40.  
  41. #if PRAGMA_IMPORT_SUPPORTED
  42. #pragma import off
  43. #endif
  44.  
  45. #ifdef __cplusplus
  46. }
  47. #endif
  48.  
  49. #endif /* __OTVDevice__ */
  50.